home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / r3util.arc / ANET.ARC / ANET.DOC < prev    next >
Text File  |  1991-10-30  |  11KB  |  255 lines

  1.  
  2.  
  3. ANET.COM 1.00 - 4 July 1991
  4.  
  5. 1. What is ANET.COM?
  6.     ANET.COM is an easy to use, self configuring, automatic login program.
  7.     ANET will only run on the LANtastic(tm) Network Operation System.
  8.     It differs from several other automatic login programs in that it is
  9.     self configuring, ie does not require that any files be set up or edited
  10.     to be used.  The programs reads the current network configuration of your
  11.     workstation and saves it in a file.  This file has a default name of
  12.     ANET.cfg, and is saved in the same directory as the program.  When ANET 
  13.     is run it reads this file, and attempts to make your system match the
  14.     file as much as possible.  To do this ANET will log you onto servers,
  15.     redirect and cancel redirection to disk drives and printer resources.
  16.     ANET will not beep at you (don't you just hate that) and will only issue
  17.     error messages if it cannot logon or redirect a device.  It will not
  18.     warn you about duplicate redirections or logins it will just cancel the
  19.     offending redirection or login and issue a correct one.  For example, if
  20.     the config file says that prn should be redirected to \\server\@printer
  21.     and prn is currently redirected to \\server1\@printer, ANET will NET 
  22.     UNUSE lpt1 and then NET USE LPT1 \\server\@printer.
  23.  
  24.     ANET provides the functionality of the following LANtastic(tm) commands:
  25.     
  26.     Net (menu system)
  27.     Net Login/Wait
  28.     Net Logout
  29.     Net Use
  30.     Net Unuse
  31.     Net Show
  32.     Net Message
  33.     Net LPT Timeout
  34.     Net Chat
  35.     Net String  (With optional string.com)
  36.     Net Echo    (With optional string.com)
  37.     Net Expand  (With optional string.com)
  38.     Net Clock (See notes on this below)
  39.  
  40.     ANET also has several trivial bells and whistles, that are not really 
  41.     necessary to the program, but most of the code was there so why not?
  42.     They are:
  43.  
  44.     On-line Manual - This manual is available as a continuation of the help
  45.     screen.  This is a separate file ANET.man that must be located somewhere
  46.     on the path.
  47.  
  48.     Welcome Screen - If ANET finds a text file ANET.scr in the same directory
  49.     as the program it will display this file rather than the normal ANET 
  50.     copyright notice.  This is nice for those custom network installations.
  51.     Since this is a text file you can use an ansi graphic editor to product
  52.     quite nice screens. ( A few samples are included *.sc to view them just
  53.     TYPE them out to the screen)
  54.  
  55.     User Name Variable - ANET will place the user name used to logon to the
  56.     servers in an environmental variable U_NME in the master environment.
  57.     This is handy for batch files.
  58.  
  59. 2. How do I install ANET.COM?
  60.    Installation of ANET could not be easier, just copy ANET.com, ANET.man,
  61.    and if you wish one of the ANET.scr files to a directory on the path.
  62.    If you have the optional program string.com copy string.com and string.hlp
  63.    into the same directory.  C:\Lantasti is good but not necessary.  
  64.    
  65.    Configure the system the way you want it either through the conventional 
  66.    batch files or with the NET menu.  NOW run ANET /s.  That's it, the 
  67.    configuration file is now set up and ready to be used.
  68.  
  69. 3. How do I use ANET.COM?
  70.    
  71.    Syntax: ANET {STRING}{CHAT}{user_name {password}} 
  72.                                                 { /h /i /l /p /r /s /t /v /x}
  73.    Switches: Chat - calls net chat program
  74.              String - See string program or lantastic manual for syntax
  75.              /Help - This screen
  76.              /Information of current configuration
  77.              /Login per config file
  78.              /Prompt for password
  79.              /Reattach Devices
  80.              /Save current configuration
  81.              /Verbose display
  82.              /X eXit network - Log off all servers
  83.  
  84.    After ANET is configured, the command can be added to the batch file used
  85.    to start the network.  First load the netbios, redir and server then ANET.
  86.  
  87.    The commands: 
  88.    
  89.    LOGON and REDIRECT
  90.  
  91.    ANET /l
  92.    will optionally display the welcome screen if there is one, prompt for a 
  93.    user name and password,  and then logon to the servers and redirect to 
  94.    the drives specified in the config file.
  95.  
  96.    ANET !RICK {password} /l             
  97.    Will take the user name (!RICK) and password from the command line, and 
  98.    will NOT display the optional welcome screen.  If the password is blank 
  99.    it is assumed to not be needed.
  100.  
  101.    ANET !RICK /p /l
  102.    Will take the user name from the command line, optionally display the 
  103.    welcome screen, and prompt for a password.
  104.  
  105.    If the /v (verbose switch as added to any of the above command lines, the
  106.    program will display the name of each server as it logs onto them, and the
  107.    drive letter and redirection as they are established.
  108.  
  109.    LOGOUT
  110.  
  111.    ANET /x
  112.    This command will log you out from ALL servers.  Good command for shutting
  113.    down for the evening or just for security sake.
  114.  
  115.    If the /v (verbose switch is added the program will display the name of
  116.    each server it logs out of.
  117.  
  118.    CONFIGURE
  119.  
  120.    ANET /s
  121.    This command will cause ANET to read the current configuration of the 
  122.    workstation, all servers logged into, all printer and drive redirections,
  123.    net lpt timeout value, and message flag status and save it into a config-
  124.    uration file.  If ANET has not been used to log into the system the file 
  125.    will be named ANET.cfg.  If ANET has been used before the contents of the 
  126.    environmental variable U_NME will be used to generate the filename.  If 
  127.    the user name is less than 8 characters the filename will be user_name.cfg, 
  128.    if it is greater than 8 characters the filename will be the first 4 char-
  129.    acters + the last 4 characters of the user_name. ie Stephenie=stepenie.cfg.
  130.  
  131.    ANET user_name /s 
  132.    This will read the configuration and save it to a file using the user_name
  133.    from the command line.  The same method as above will apply to generating 
  134.    the filename.
  135.  
  136.    ANET {username} 
  137.    Will call up the net menu, you can then change the configuration of the
  138.    system, log into of off of servers, establish disk drive and printer
  139.    redirections.  When you exit the menu you are give the option to save
  140.    the new configuration.  The filename is determined by the rules above.
  141.  
  142.    The /v (verbose) switch will cause the above to display the current 
  143.    configuration of the workstation.  This display is identical to the 
  144.    /i switch described below.
  145.  
  146.    INFORMATION
  147.  
  148.    ANET /i
  149.    This command will cause the program to determine the current configuration
  150.    of the system and display it.  A sample display is included below.  Note
  151.    the DOS and NOS version numbers are displayed as well as the presence of
  152.    the programs redir.exe, server.exe, share.exe and lanpup.
  153.  
  154.    r3 Connection Manager for Lantastic(tm)             (c) 1991 r. r. roth
  155.  
  156.    Artisoft LANtastic(tm) NOS v4.04 Installed in Machine RICK           
  157.    Dos v5.0 Redir.exe[√] Server.exe[√] Lanpup.exe[ ] Share.exe[ ] Loaded.
  158.    LPT Timeout    0 seconds   Messages will Beep[√] Popup[√]
  159.  
  160.                            SAM Logged onto:
  161.                         Server   On    Adapter#
  162.                         \\RICK            0 
  163.  
  164.    Device    Redirection                  Device    Redirection 
  165.    F:   => \\RICK\C-DRIVE                 G:   => \\RICK\C-DRIVE
  166.    H:   => \\RICK\C-DRIVE                 PRN  => \\RICK\@PRINTER
  167.  
  168.    ANET STRING 
  169.    The ANET STRING command is identical to the Lantastic NET STRING command
  170.    with several enhancements.  See the documentaion for the program STRING.
  171.    COM or the Lantastic(TM) Manual under NET STRING.  ANET calls the String
  172.    program and passes it the command line.  This is done to preserve com-
  173.    patability with your existing batch files if you chose to rename anet.com
  174.    net.com.
  175.  
  176.    ANET CHAT
  177.    This is identical to the NET CHAT command see the Lantastic(TM) manual
  178.    for syntax and operation of this command.
  179.    SET TIME FROM SERVER
  180.    This is the only thing that I am not satified with yet.  There is no
  181.    good way to determine the presence of a NET CLOCK command.  I therefore
  182.    had to resort to a kludge.  If you want to set the workstations time
  183.    from a server you have to edit the config file (I know HORRORS) and place
  184.    a capital C at the 19th character of the server line.  A normal server
  185.    configuration line appears as:
  186.    
  187.    \\server_name    0C
  188.         |           ||_Net Clock switch(optional)
  189.         |           |__Adapter Number
  190.         |______________Server's Name
  191.  
  192.   I am not happy with this solution and will welcome any suggestions.
  193.  
  194. 4. Legalities
  195.    ANET.COM is not freeware, nor is it in the public domain.  It is a
  196.    shareware program, and the entire program and documentation are
  197.    Copyright (C) 1991, Rick R. Roth, Tucson, Az.  You are encouraged
  198.    to copy the package freely, including distribution by BBS, shareware
  199.    library, or other means, provided that (1) the distribution shall
  200.    consist of the original archive containing the program and this doc-
  201.    umentation file, and (2) no fee of more than five US dollars ($5)
  202.    shall be charged for the copy.
  203.  
  204. 5. Registration
  205.    To register your copy of ANET.COM, send $10 in cash, check or money
  206.    order to:
  207.    
  208.    Rick R. Roth
  209.    4072 E. 22nd St.
  210.    Suite 178
  211.    Tucson, Az 85711
  212.    
  213.    THIS COPY IS LICENSED FOR THE EXCLUSIVE USE OF THE LICENSEE.  
  214.    This license is good for one network, and the software can be installed
  215.    on all computers on this network.
  216.  
  217. 6. Liability
  218.  
  219.  ╔═══════════════════════════════════════════════════════════════╗
  220.  ║                                                               ║
  221.  ║                    LIMIT OF LIABILITY                         ║
  222.  ║                    ──────────────────                         ║
  223.  ║      The author disclaims all warranties, expressed or        ║
  224.  ║ implied and assumes no liability for damages either from its  ║
  225.  ║ direct use or as a consequence of its use.  Have you hugged   ║
  226.  ║ your backup today?                                            ║
  227.  ║                                                               ║
  228.  ╚═══════════════════════════════════════════════════════════════╝
  229.  
  230.  
  231.   I have tested it on several computers and found that found that it works 
  232.   well on all of them.  All computers have been running LANtastic(tm) NOS v3.03
  233.   and above and all running MS DOS 3.3 and above.
  234.  
  235.   Please note that while the author is an employee of Artisoft, Inc., Artisoft 
  236.   is not responsible for the contents of this file; the functioning of ANET.COM 
  237.   (or any damages resulting from the use or misuse of the program); and further, 
  238.   Artisoft Technical Support and other employees of Artisoft, Inc. are 
  239.          
  240.                 NOT RESPONSIBLE FOR SUPPORTING THIS PROGRAM!  
  241.          
  242.   If you have problems or suggestions when using this program, direct them to 
  243.   me Rick R. Roth through one of the following channels:
  244.  
  245.         US Mail:          4702 E 22nd St,  Tucson, AZ  85711
  246.         CompuServ:        Artisoft forum, 75300,1377
  247.         Arti-facts BBS:   If you have a current account there.
  248.  
  249.  
  250.   Do NOT call the author during business hours for support, this program was
  251.   not written during business hours, it will not be supported during business 
  252.   hours.
  253.  
  254.  
  255.